home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / demo / hgdemo / hgwdemlz.exe / DEMO.BAT next >
DOS Batch File  |  1991-12-09  |  514b  |  20 lines

  1. echo off
  2. cls
  3. if not exist HGWDEMO.EXE goto nodemo
  4. HGWDEMO %1
  5. echo  
  6. echo         Thank you for watching the Harvard 
  7. echo         Graphics for Windows demo.  If you   
  8. echo         want to view it again, type DEMO 
  9. echo         and press the ENTER key.
  10. echo  
  11. goto exit
  12. :nodemo
  13. echo         Sorry, your Harvard Graphics for Windows
  14. echo         demo has not been properly installed.
  15. echo         Please install the demo again following
  16. echo         the instructions on the label.
  17. echo  
  18. :exit
  19.  
  20.